home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / run / 2602 / maxmax.hlp < prev    next >
Encoding:
Text File  |  1989-02-03  |  558 b   |  14 lines

  1. Largest value seen by any previous invocation of the MAX function since
  2. the last ERASE procedure call; i.e. the maximum MAX value.  Value is
  3. automatically updated whenever the MAX function or the SCALEY procedure
  4. is called.
  5.  
  6. Use MINMIN and MAXMAX to set the minimum and maximum values for
  7. autoscaling when a plot involves two or more traces and it cannot be
  8. determined which trace will achieve the lowest/highest value.  For
  9. example,
  10.  
  11.      SCALEY(expr1)  &  SCALEY(expr2);
  12.      YMIN = MINMIN;    YMAX = MAXMAX;
  13.      PLOT(expr1)  &  PLOT(expr2);
  14.